-
-
Notifications
You must be signed in to change notification settings - Fork 48
Support PEP 695 generics #221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I'll be working on this in the next few days, expect to see modifications coming in. I wasn't fond of the new
|
Please enter a commit message to explain why this merge is necessary,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK LGTM now! Thank you so much again @viccie30 for your work on this!
This builds on mkdocstrings/griffe#348 to document generic types, functions and type aliases.
The first commit makes a small change that the next commit builds upon. Because of the churn in tests, I've separated that commit.
I have added documentation, but not yet tests. This can probably only be merged once mkdocstrings/griffe#348 is merged.